home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #1 / Amiga Plus 1998 #1.iso / demo-versionen / haage&partner / warpup-warpos / source / exceptions / fpun.p < prev    next >
Text File  |  1997-09-24  |  745b  |  30 lines

  1.                 incdir  include:
  2.                 incdir  lvo:
  3.  
  4. **      '(C) Copyright 1997 Haage & Partner Computer GmbH'
  5. **           All Rights Reserved
  6.  
  7.                 include powerpc/ppcmacros.i
  8.                 include powerpc/powerpc.i
  9.  
  10.                 include powerpc_lib.i
  11.  
  12.                 xref    _PowerPCBase
  13.                 xref    _LinkerDB
  14.                 executable
  15.                 oea
  16.                 version 8
  17.  
  18. start
  19.                 prolog  1024
  20.                 CALLPOWERPC     Super
  21.                 mfmsr   r0
  22.                 liw     r5,$ffffdfff
  23.                 and     r0,r0,r5
  24.                 mtmsr   r0
  25.                 fmr     f1,f0
  26.                 mr      r4,r3
  27.                 CALLPOWERPC     User
  28.                 epilog
  29.  
  30.